cargo.git
2014-11-05 Pierre KriegerMove custom-build-related code in its own module
2014-11-05 Pierre KriegerAddress minor issues
2014-11-05 Pierre KriegerDeprecated a few more things
2014-11-05 Pierre KriegerAdd draft for passing metadata to dependencies
2014-11-05 Pierre KriegerJobs now send back their own description when they...
2014-11-05 Pierre KriegerFlags from custom build script are now used
2014-11-05 Pierre KriegerBuild command output now being checked and written...
2014-11-05 Pierre KriegerCustom build commands are now being run
2014-11-05 Pierre KriegerDeprecate old build system and add rust build script...
2014-11-05 Pierre KriegerExtract custom build tests and prefix with "old_"
2014-11-05 borsauto merge of #776 : alexcrichton/cargo/issue-488,...
2014-11-05 Alex CrichtonUpdate to rust master
2014-11-03 Alex CrichtonAdd a custom join_paths function to wrap the error
2014-11-01 borsauto merge of #791 : alexcrichton/cargo/update, r=alexc...
2014-11-01 Alex CrichtonUpdate the curl-rust dependency
2014-11-01 Jason Oziasupdated to work with DSTify Hash commit in rust
2014-10-31 borsauto merge of #775 : alexcrichton/cargo/issue-771,...
2014-10-31 borsauto merge of #774 : alexcrichton/cargo/issue-740,...
2014-10-31 borsauto merge of #773 : alexcrichton/cargo/update-all...
2014-10-31 borsauto merge of #783 : steveklabnik/cargo/require_curl...
2014-10-31 borsauto merge of #786 : alexcrichton/cargo/update, r=alexc...
2014-10-31 Alex CrichtonUpdate to rust master
2014-10-31 Steve KlabnikFix requirements in README
2014-10-31 borsauto merge of #780 : EduardoBautista/cargo/add-example...
2014-10-30 borsauto merge of #735 : tomaka/cargo/platform-specific...
2014-10-30 Eduardo BautistaSay where examples are placed after they are compiled
2014-10-30 borsauto merge of #779 : alexcrichton/cargo/update-deps...
2014-10-30 Alex CrichtonUpdate deps with fail => panic
2014-10-30 Steve Klabnikfail -> panic
2014-10-30 Alex CrichtonCheck USERNAME for a users's name with `cargo new`
2014-10-29 Alex CrichtonFix a repeated `cargo test` with examples
2014-10-29 borsauto merge of #772 : mattyhall/cargo/master, r=alexcrichton
2014-10-29 borsauto merge of #702 : tomassedovic/cargo/run-examples...
2014-10-29 Alex CrichtonBe sure to update all packages from a git source
2014-10-29 borsauto merge of #768 : alexcrichton/cargo/ssl-fixes,...
2014-10-29 Alex CrichtonFix compat with the current rust master
2014-10-29 Alex CrichtonUpdate curl-rust to handle SSL config for linuxes
2014-10-29 Matthew HallMake help command accept -h and --help
2014-10-29 Tomas SedovicAdd `--name` to `cargo test` and `cargo bench`
2014-10-28 Alex CrichtonRegister new snapshots and update the lockfile format
2014-10-28 Tomas SedovicAdd `--name` and `--example` to cargo run
2014-10-28 borsauto merge of #769 : tomaka/cargo/delete-design, r...
2014-10-28 Pierre KriegerRemove .vimrc, MANIFEST.md, and the DESIGN directory
2014-10-28 Pierre KriegerFix `sources::registry::parse_registry_dependency`
2014-10-28 Pierre KriegerFill `ops::registry::transmit` with the right value
2014-10-28 Pierre KriegerImplement platform-specific dependencies
2014-10-27 borsauto merge of #767 : alexcrichton/cargo/issue-637,...
2014-10-27 Alex CrichtonDon't encode precise in lockfile dep pointers
2014-10-27 borsauto merge of #765 : steveklabnik/cargo/fix_warnings...
2014-10-27 borsauto merge of #758 : alexcrichton/cargo/issue-751,...
2014-10-27 borsauto merge of #757 : alexcrichton/cargo/issue-743,...
2014-10-27 borsauto merge of #734 : alexcrichton/cargo/issue-728,...
2014-10-27 borsauto merge of #725 : alexcrichton/cargo/registry-fixes...
2014-10-27 borsauto merge of #766 : alexcrichton/cargo/fix-test-state...
2014-10-27 Alex CrichtonPropagate configuration parser errors
2014-10-27 Alex CrichtonBuild examples into `target/examples`
2014-10-27 Alex CrichtonDon't leave behind corrupt directories
2014-10-27 Alex CrichtonDocument the new manifest keys
2014-10-27 Alex CrichtonAvoid updating the registry too frequently
2014-10-27 Alex CrichtonRemove some unused imports
2014-10-27 Alex CrichtonAdd a cache to the registry source
2014-10-27 Alex CrichtonRespect yanks in the registry
2014-10-27 Alex CrichtonFix a flaky test relying on nondeterminsm
2014-10-27 Alex CrichtonMake SourceKind private
2014-10-27 Alex CrichtonIntegrate the lockfile and registry-based deps
2014-10-27 Alex CrichtonRestructure resolve/lockfile ops
2014-10-27 Alex CrichtonMake it easier to map dependencies in a summary
2014-10-27 Alex CrichtonRewrite registry tests for easier mocking and such
2014-10-27 Alex CrichtonDon't de-dup added sources
2014-10-27 Alex CrichtonDon't seed Registry with known source ids
2014-10-27 Alex CrichtonRemove the hokey add_lockfile_sources
2014-10-27 Alex CrichtonUpdate how cargo talks to the registry
2014-10-27 Steve Klabnikfix two warnings
2014-10-27 borsauto merge of #718 : alexcrichton/cargo/issue-715,...
2014-10-27 borsauto merge of #761 : kali/cargo/patch-1, r=alexcrichton
2014-10-27 Mathieu PoumeyrolTwo typos
2014-10-24 borsauto merge of #755 : pwoolcoc/cargo/fix-664, r=alexcrichton
2014-10-24 Paul Woolcockcargo new: Don't create a git repo in subdirectory
2014-10-24 borsauto merge of #750 : alexcrichton/cargo/no-more-travis...
2014-10-24 borsauto merge of #754 : blaenk/cargo/whitespace, r=alexcri...
2014-10-24 Jorge Israel... line up the comments
2014-10-23 borsauto merge of #752 : alexcrichton/cargo/typos, r=alexcr...
2014-10-23 Alex CrichtonFix some copy-paste errors in CLI help
2014-10-23 Alex CrichtonStop testing 32-bit on travis
2014-10-23 borsauto merge of #747 : kballard/cargo/manifest_typo_fix...
2014-10-23 Kevin BallardFix typo in src/doc/manifest.md
2014-10-22 borsauto merge of #710 : alexcrichton/cargo/metadata, r...
2014-10-22 Alex CrichtonAdd a metadata section to the lockfile
2014-10-22 borsauto merge of #737 : gentoo90/cargo/bash-comp, r=alexcr...
2014-10-22 borsauto merge of #717 : alexcrichton/cargo/souped-up-resol...
2014-10-22 Alex CrichtonMake to_url public for rustc
2014-10-22 Alex CrichtonAvoid visiting deps too often in resolve
2014-10-22 Alex Crichtonsource changes
2014-10-22 Alex CrichtonContinue reducing clone costs
2014-10-22 Alex CrichtonMake SourceId cheap to clone
2014-10-22 Alex CrichtonMake PackageId cheap to clone
2014-10-22 Alex CrichtonImplement resolution of version requirements
2014-10-22 Alex CrichtonSplit out encoding from `core::resolver` to a submodule
2014-10-22 Alex CrichtonUpdate semver to have `^` be the default operator
2014-10-22 gentoo90Create bash_completion.d directory
next